home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / var / lib / dpkg / info / libruby1.8.prerm < prev    next >
Encoding:
Text File  |  2007-03-07  |  260 b   |  14 lines

  1. #!/bin/sh
  2. set -e
  3. # Automatically added by dh_usrlocal
  4. (
  5.     while read dir; do
  6.         rmdir "$dir" 2>/dev/null || true
  7.     done
  8. ) << DATA
  9. /usr/local/lib/site_ruby/1.8/i486-linux
  10. /usr/local/lib/site_ruby/1.8
  11. /usr/local/lib/site_ruby
  12. DATA
  13. # End automatically added section
  14.